home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / tabbrowser-mac.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  4KB  |  88 lines

  1. /* BT: Mac Tab Override */
  2. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-middle,
  3. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-closebutton,
  4. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-close-button {
  5.   background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-inactive.png");
  6. }
  7.  
  8. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-left,
  9. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"][chromedir="rtl"] > .tab-image-right {
  10.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left-inactive.png") no-repeat;
  11. }
  12.  
  13. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-right,
  14. #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"][chromedir="rtl"] > .tab-image-left {
  15.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right-inactive.png") no-repeat;
  16. }
  17.  
  18. #main-window[btBoom="coolhandnuke"]
  19. .tabbrowser-tab > .tab-image-right,
  20. #main-window[btBoom="coolhandnuke"]
  21. .tabbrowser-tab[chromedir="rtl"] > .tab-image-left {
  22.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right.png") no-repeat;
  23. }
  24.  
  25. #main-window[btBoom="coolhandnuke"]
  26. .tabbrowser-tab:not([selected="true"]) > .tab-image-right,
  27. #main-window[btBoom="coolhandnuke"]
  28. .tabbrowser-tab:not([selected="true"])[chromedir="rtl"] > .tab-image-left {
  29.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right-bkgnd.png") no-repeat;
  30. }
  31.  
  32. #main-window[btBoom="coolhandnuke"]
  33. .tabbrowser-tab > .tab-image-left,
  34. #main-window[btBoom="coolhandnuke"]
  35. .tabbrowser-tab[chromedir="rtl"] > .tab-image-right {
  36.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left.png") no-repeat;
  37. }
  38.  
  39. #main-window[btBoom="coolhandnuke"]
  40. .tabbrowser-tab:not([selected="true"]) > .tab-image-left,
  41. #main-window[btBoom="coolhandnuke"]
  42. .tabbrowser-tab:not([selected="true"])[chromedir="rtl"] > .tab-image-right {
  43.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left-bkgnd.png") no-repeat;
  44. }
  45.  
  46. #main-window[btBoom="coolhandnuke"]
  47. .tabbrowser-tab > .tab-image-middle,
  48. #main-window[btBoom="coolhandnuke"]
  49. .tabbrowser-tab > .tab-closebutton {
  50.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle.png") repeat-x;
  51.   -moz-box-pack: center;
  52. }
  53.  
  54. #main-window[btBoom="coolhandnuke"]
  55. .tabbrowser-tab:not([selected="true"]) > .tab-image-middle,
  56. #main-window[btBoom="coolhandnuke"]
  57. .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
  58.   background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-bkgnd.png");
  59. }
  60.  
  61. #main-window[btBoom="coolhandnuke"]
  62. .tabbrowser-tab > .tab-close-button {
  63.   background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle.png");
  64.   background-repeat: repeat-x;
  65. }
  66.  
  67. #main-window[btBoom="coolhandnuke"]
  68. .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
  69.   background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-bkgnd.png");
  70. }
  71.  
  72. /* BC: Tab Text */
  73. #main-window[btBoom="coolhandnuke"]
  74.   .tab-text-shadow {
  75.     color: #000000;
  76.   }
  77.  
  78. #main-window[btBoom="coolhandnuke"]
  79.   .tabbrowser-tab {
  80.     color: #DDD !important;
  81.   }
  82.  
  83. #main-window[btBoom="coolhandnuke"]
  84.   .tabbrowser-tab[selected="true"],
  85.   .tabbrowser-tab:hover {
  86.     color: #FFF !important;
  87.   }
  88.